/ Assembly List / LJCNetCommon / NetString / IsDigits

Namespace - LJCNetCommon


Parameters
text - The text value.

Returns

True if all digits, otherwise false.

Syntax

C#
public static Boolean IsDigits(String text)

Checks a string value for digits.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.